# Symbol is the special case.
#
✅ Correct:
#include <iostream> #define PI 3.14
❌ Incorrect:
int#x = 5; // Invalid: '#' cannot be used inside expressions